Skip to content

Add manual workflow to build and push calaos/winbuilder Docker image#2

Merged
raoulh merged 2 commits into
masterfrom
copilot/add-build-and-push-calaos-winbuilder
Mar 31, 2026
Merged

Add manual workflow to build and push calaos/winbuilder Docker image#2
raoulh merged 2 commits into
masterfrom
copilot/add-build-and-push-calaos-winbuilder

Conversation

Copilot AI commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

No CI existed to build or publish the calaos/winbuilder image. This adds a manually-triggered GitHub Actions workflow for that purpose.

Changes

  • New workflow .github/workflows/winbuilder-publish.yml
    • Triggered exclusively via workflow_dispatch (no automatic runs)
    • Builds from calaos-winbuilder/Dockerfile using Docker Buildx
    • Pushes to Docker Hub as calaos/winbuilder:latest and calaos/winbuilder:<sha>
    • Scoped to minimal contents: read permissions

Required Secrets

Two repository secrets must be configured before running:

  • DOCKERHUB_USERNAME
  • DOCKERHUB_TOKEN

Copilot AI changed the title [WIP] Add ability to build and push calaos/winbuilder from Github Action Add manual workflow to build and push calaos/winbuilder Docker image Mar 31, 2026
Copilot AI requested a review from raoulh March 31, 2026 09:22
@raoulh raoulh marked this pull request as ready for review March 31, 2026 09:27
@raoulh raoulh merged commit 19fa9c3 into master Mar 31, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR] ability to build and push calaos/winbuilder from Github Action

2 participants